home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / vs / browser / cpn11b1.exe / DATA.Z / ufo_mini.wrl < prev    next >
Text File  |  1996-09-25  |  3KB  |  124 lines

  1. #VRML V2.0 utf8
  2. #
  3. # Copyright(C) 1996 Sony Corporation. All rights reserved.
  4.  
  5. DEF UFO_BODY Transform {
  6.   children [
  7.     DEF Ball1 Transform {
  8.       translation 0.0 -0.2 0.314
  9.       children [
  10.         Shape {
  11.           appearance Appearance {
  12.             material Material {
  13.               diffuseColor     0.424839 0.578378 0.456247
  14.               emissiveColor    0.193878 0.193878 0.193878
  15.               shininess        5
  16.             }
  17.           }
  18.           geometry Sphere {
  19.             radius 0.15
  20.           }
  21.         },
  22.       ]
  23.     }
  24.     DEF Ball2 Transform {
  25.       translation -0.27 -0.2 -0.115
  26.       children [
  27.         Shape {
  28.           appearance Appearance {
  29.             material Material {
  30.               diffuseColor     0.424839 0.578378 0.456247
  31.               emissiveColor    0.193878 0.193878 0.193878
  32.               shininess        5
  33.             }
  34.           }
  35.           geometry Sphere {
  36.             radius 0.15
  37.           }
  38.         },
  39.       ]
  40.     }
  41.     DEF Ball3 Transform {
  42.       translation 0.27 -0.2 -0.115
  43.       children [
  44.         Shape {
  45.           appearance Appearance {
  46.             material Material {
  47.               diffuseColor     0.424839 0.578378 0.456247
  48.               emissiveColor    0.193878 0.193878 0.193878
  49.               shininess        5
  50.             }
  51.           }
  52.           geometry Sphere {
  53.             radius 0.15
  54.           }
  55.         },
  56.       ]
  57.     }
  58.     DEF Body Transform {
  59.       children [
  60.         DEF Top Transform {
  61.           translation 0.0 0.25 0.0
  62.           children [
  63.             Shape {
  64.               appearance Appearance {
  65.                 material Material {
  66.                   diffuseColor     0.9 0.9 0.9
  67.                   specularColor    0.510204 0.510204 0.510204
  68.                   emissiveColor    0.0204082 0.0204082 0.0204082
  69.                   shininess        5
  70.                 }
  71.               }
  72.               geometry Cone {
  73.                 height 0.15
  74.                 bottomRadius 0.25
  75.               }
  76.             },
  77.           ]
  78.         }
  79.         DEF Bottom Transform {
  80.           translation 0.0 0.0 0.0
  81.           children [
  82.             Shape {
  83.               appearance Appearance {
  84.                 material Material {
  85.                   diffuseColor     0.9 0.9 0.9
  86.                   specularColor    0.510204 0.510204 0.510204
  87.                   emissiveColor    0.0204082 0.0204082 0.0204082
  88.                   shininess        5
  89.                 }
  90.               }
  91.               geometry Cone {
  92.                 height 0.45
  93.                 bottomRadius 0.6
  94.               }
  95.             },
  96.           ]
  97.         }
  98.       ]
  99.     }
  100.     DEF Lump Transform {
  101.       translation 0.0 0.075 0.0
  102.       children [
  103.         Shape {
  104.           appearance Appearance {
  105.             material Material {
  106.               diffuseColor     0.203727 0.21411 0.345946
  107.               specularColor    0.234694 0.234694 0.234694
  108.               emissiveColor    0.102041 0.102041 0.102041
  109.               shininess        5
  110.             }
  111.           }
  112.           geometry Cylinder {
  113.             height 0.2
  114.             radius 0.25
  115.           }
  116.         },
  117.       ]
  118.     }
  119.   ]
  120. }
  121.  
  122. 
  123.  
  124.